home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / fido / ROCK14.lha / rock.default_cfg < prev    next >
Text File  |  1995-01-25  |  774b  |  42 lines

  1. ;WPLSCRIPT rockdef
  2. PRINT "Config Error! (default config)\n"
  3. Return
  4.  
  5. ;********** Rock v1.3 - Default configuration file **********
  6.  
  7. MODEM:
  8. set device serial.device unit 0
  9. set DTR_Control 1
  10. set serreadbuf 16 serwritebuf 16
  11. set prompt "OK"
  12. set atten "AT|"
  13. set initstring "~ATZ|"
  14. set dialstring "ATDT"
  15. set hangupstring "~~+++~~ATH0|"
  16. set slowmodem TRUE
  17. set baud 19200
  18. set locked TRUE
  19. set minbaud 2400
  20. set initloop 8
  21. set initwait 3
  22. set calldelay 30
  23. set modemwait 60
  24.  
  25. DISPLAY:
  26. set status CON:0/155/640/256
  27. set closestatus TRUE
  28. set pubscreen ""
  29. set xprdisplay TRUE
  30. set xprwin RAW:0/25/640/130
  31. set logdisplay FALSE
  32. set logwin CON:0/11/640/190
  33. return
  34.  
  35. FILES:
  36. set logrock FALSE
  37. set logfile rock:Rock.log
  38. set inbound Mail:inbound/
  39. set outbound Mail:outbound/
  40. set nodelist FALSE
  41. return
  42.